Untangle XendRoot and XendLogging by having XendLogging check the global
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Fri, 10 Mar 2006 10:38:15 +0000 (11:38 +0100)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Fri, 10 Mar 2006 10:38:15 +0000 (11:38 +0100)
commit95c4e70768deafad3d99346cf0533636f909a13c
tree52d4abfff8beb5f46336bd031dd4df13bc8cd672
parente3667a70ba3239f9321461247c15b4a8cb5b9f90
Untangle XendRoot and XendLogging by having XendLogging check the global
params.XEND_DEBUG value itself.  This removes the need for addLogStderr and
removeLogStderr.  Remove the maxBytes and backupCount parameters to init, as
they are unused and we only use the hardcoded values anyway.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendLogging.py
tools/python/xen/xend/XendRoot.py